home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventure Games
/
Adventure Games 1.iso
/
panic
/
panic.exe
/
panic.DXR
/
00298.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
235 b
|
11 lines
global gOkaySprite
on mouseDown
set whichSprite to the clickOn
if pressButton(whichSprite) then
set the visible of sprite gOkaySprite to 1
set the visible of sprite (gOkaySprite + 1) to 1
go("Categories")
end if
end